LogControl

LogControl peripheral interface.

This peripheral allows to deactivate logs on the drone.

This peripheral can be obtained from a drone using: drone.getPeripheral(LogControl::class.java)

See also

Drone.getPeripheral

Properties

Link copied to clipboard
@get:JvmName(name = "areLogsEnabled")
abstract val logsEnabled: Boolean

Tells whether log recording is enabled.

Link copied to clipboard

Setting controlling whether mission logs are recorded.

Link copied to clipboard
@get:JvmName(name = "canDeactivateLogs")
abstract val supportsLogDeactivation: Boolean

Tells whether log recording deactivation is supported.

Functions

Link copied to clipboard
abstract fun deactivateLogs(): Boolean

Deactivate log recording on the drone.